-
-
Notifications
You must be signed in to change notification settings - Fork 483
fix: 📝 Add missing docs to .respond methods
#3061
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
fix: 📝 Add missing docs to .respond methods
#3061
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3061/head:pr-3061
git checkout pr-3061This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3061/head |
.respond methods
|
In case I forgot any, please tell me |
|
DA344 said I could also flesh out the method signatures of both methods to actually list and typehint the possible (kw)args for both functions, so, if you want that, just say so. |
|
I think it'd be better if the arguments were explicitly type hinted. |
|
I agree with doru |
|
This removes the |
|
I'd prefer this to be in 2.7.1 instead of 2.8 as in it's current form, it only really consists of adding missing documentation, even though that had to involve a minor code change (which doesn't cause any user code to break) |
Summary
Previously, the possible parameters for both
Interaction.respondandApplicationContext.respond(which copied its docs) weren't documented, this is now the caseInformation
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.